Auto merge of #1566 - alexcrichton:fix-transitive-update-dash-p, r=brson
authorbors <bors@rust-lang.org>
Thu, 30 Apr 2015 02:11:47 +0000 (02:11 +0000)
committerbors <bors@rust-lang.org>
Thu, 30 Apr 2015 02:11:47 +0000 (02:11 +0000)
Currently when a dependency is transitively updated the source may not itself be
updated, so an update may not happen at all. This commit modifies this behavior
to be sure to add the non-updated source to the registry for any matching
package which will trigger the source to update itself.


Trivial merge